@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 100%;
  font-size: 14px; }

* {
  box-sizing: border-box; }

*::after, *::before {
  box-sizing: border-box; }

body {
  min-width: 320px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #3f3f3f;
  background: #f0f0f0; }

a {
  color: #e4032e;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

strong, .bold {
  font-weight: 500 !important; }

.fontweightnormal {
  font-weight: 300 !important; }

em, .italic {
  font-style: italic; }

.medium {
  font-weight: 400; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 20px; }

.error, .textcolorerror {
  color: #cc0000 !important; }

.bgcolor {
  background-color: #f0f0f0 !important; }

.bgerror {
  background-color: #cc0000 !important; }

.bgwhite {
  background-color: white !important; }

.bgblack {
  background-color: black !important; }

.bgwhitedarken3 {
  background-color: #f7f7f7; }

.bginfo {
  background-color: #00b9ef !important; }

.bgconfirmation {
  background-color: #94c11e !important; }

.bginfodarken10 {
  background-color: #0092bc; }

.bgtertiary {
  background-color: #e50052; }

.bgverpflegung {
  background-color: #e50052; }

.bgtr {
  background-color: #81028e; }

.bggr {
  background-color: #ae2abc; }

.bgdienstleistung {
  background-color: #a503b6; }

.bgheader, .bgheadertop {
  background-color: #808080; }

.bgheadercontent {
  background-color: #e4032e !important; }

.bgeventinc {
  background-color: #00aa96; }

.darkenbgcolor5 {
  background-color: #e3e3e3; }

.lightenbgcolor5 {
  background-color: #fdfdfd; }

.bgstar {
  background-color: #FDC200 !important; }

.bgtertiarybutton {
  background-color: #e50052; }

.block {
  display: block; }

.inline {
  display: inline; }

.inlineblock {
  display: inline-block; }

.width100 {
  width: 100% !important; }

.minwidth300px {
  min-width: 300px !important; }

.maxwidth50 {
  max-width: 50% !important; }

.maxwidth100 {
  max-width: 100% !important; }

.maxwidth300px {
  max-width: 300px !important; }

.maxwidth700px {
  max-width: 700px !important; }

.heightauto {
  height: auto !important; }

.height100 {
  height: 100% !important; }

.maxheight100 {
  max-height: 100% !important; }

.textcolornormal {
  color: #3f3f3f !important; }

.textcolortertiary {
  color: #e50052 !important; }

.textcolorgrau {
  color: #7f7f7f; }

.textcolorgraulighten10 {
  color: #989898; }

.textcolordarkenbg15 {
  color: #cacaca; }

.textcolorinfolighten5 {
  color: #0ac8ff !important; }

.textcolorinfo {
  color: #00b9ef !important; }

.textcolorinfodarken5 {
  color: #00a5d6 !important; }

.textcolorinfodarken10 {
  color: #0092bc !important; }

.textcolorinfodarken15 {
  color: #007ea3 !important; }

.textcolorinfodarken20 {
  color: #006a89 !important; }

.textcolorinfodarken25 {
  color: #005670 !important; }

.textcolorinfodarken30 {
  color: #004356 !important; }

.textcolorinfodarken35 {
  color: #002f3d !important; }

.textcolorconfirmation {
  color: #94c11e !important; }

del {
  color: #cc0000; }

ins {
  color: #94c11e; }

.textcolorstar {
  color: #FDC200; }

.textcolorlink {
  color: #e4032e; }

.textcolorwhite {
  color: #fff; }

.textcolorblack {
  color: #000; }

.textcolorheadercontentbgcolor {
  color: #e4032e !important; }

.bordercolorheadercontentbgcolor {
  border-color: #e4032e !important; }

.bordercolorinfo {
  border-color: #00b9ef !important; }

.bordercolorinfodarken10 {
  border-color: #0092bc !important; }

.bordercolorconfirmation {
  border-color: #94c11e !important; }

.bordercolorverpflegung {
  border-color: #e50052 !important; }

.bordercolordienstleistung {
  border-color: #a503b6 !important; }

.bordercolortr {
  border-color: #81028e !important; }

.width10 {
  width: 10% !important; }

.width15 {
  width: 15% !important; }

.width20 {
  width: 20% !important; }

.width25 {
  width: 25% !important; }

.width30 {
  width: 30% !important; }

.width40 {
  width: 40% !important; }

.width50 {
  width: 50% !important; }

.width55 {
  width: 55% !important; }

.width60 {
  width: 80% !important; }

.width70 {
  width: 70% !important; }

.width75 {
  width: 75% !important; }

.width80 {
  width: 80% !important; }

.width95 {
  width: 95% !important; }

.width100-30px {
  width: calc(100% - 30px); }

.width100-60px {
  width: calc(100% - 60px); }

.width100-100px {
  width: calc(100% - 100px); }

.width100-120px {
  width: calc(100% - 120px); }

.width100-150px {
  width: calc(100% - 150px); }

.width15px {
  width: 15px !important; }

.width16px {
  width: 16px !important; }

.width20px {
  width: 20px !important; }

.width25px {
  width: 25px !important; }

.width30px {
  width: 30px !important; }

.width40px {
  width: 40px !important; }

.width50px {
  width: 50px !important; }

.width60px {
  width: 60px !important; }

.width75px {
  width: 75px !important; }

.width80px {
  width: 80px !important; }

.width100px {
  width: 100px !important; }

.width150px {
  width: 150px !important; }

.width200px {
  width: 200px !important; }

.width240px {
  width: 240px !important; }

.width300px {
  width: 300px !important; }

.width400px {
  width: 400px !important; }

.left {
  float: left !important; }

.right {
  float: right; }

.clearfix, div.paginator, #angebote.untereinander div.row {
  *zoom: 1; }
  .clearfix::before, .clearfix::after, div.paginator::before, #angebote.untereinander div.row::before, div.paginator::after, #angebote.untereinander div.row::after {
    content: " ";
    display: table; }
  .clearfix::after, div.paginator::after, #angebote.untereinander div.row::after {
    clear: both; }

.flex, .flex-spacebetween, .flex-spacearound, .flex-start {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-spacebetween {
  justify-content: space-between; }

.flex-spacearound {
  justify-content: space-around; }

.flex-start {
  justify-content: flex-start; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-item-alignstart {
  align-self: flex-start; }

.flex-grow, .flex-grow1 {
  flex-grow: 1; }

.flex-grow2 {
  flex-grow: 2; }

.flex-grow3 {
  flex-grow: 3; }

.flex-grow4 {
  flex-grow: 4; }

.flex-grow5 {
  flex-grow: 5; }

.flex-grow6 {
  flex-grow: 6; }

.flex-grow7 {
  flex-grow: 7; }

.flex-grow8 {
  flex-grow: 8; }

.flex-grow9 {
  flex-grow: 9; }

.flex-basis100px {
  flex-basis: 100px; }

.flex-basis200px {
  flex-basis: 200px; }

.flex-basis300px {
  flex-basis: 300px; }

.flex-basis500px {
  flex-basis: 500px; }

.nowrap {
  white-space: nowrap; }

.textalignleft {
  text-align: left !important; }

.textaligncenter {
  text-align: center !important; }

.textalignright {
  text-align: right !important; }

.hidden {
  display: none; }

.borderbox {
  box-sizing: border-box; }

.condensed {
  font-family: "Fira Sans Condensed", Arial, sans-serif; }

.uppercase {
  text-transform: uppercase; }

.textransformnone {
  text-transform: none !important; }

.overflowhidden {
  overflow: hidden; }

.positionrelative {
  position: relative; }

.positionabsolute {
  position: absolute; }

.positionfixed {
  position: fixed; }

.top-5px {
  top: -5px; }

.top0px {
  top: 0px; }

.top5px {
  top: 5px; }

.right0px {
  right: 0px; }

.height20px {
  height: 20px; }

.height100px {
  height: 100px; }

.height200px {
  height: 200px; }

.height250px {
  height: 250px; }

.height230px {
  height: 230px; }

.height155px {
  height: 155px; }

.rightcolumnwidth {
  width: 280px; }

.borderinfo {
  border-color: #00b9ef; }

.border1pxsolid {
  border: 1px solid #f0f0f0; }

.borderbottom {
  border-bottom: 1px solid #f0f0f0; }

.borderradius2px {
  border-radius: 2px; }

.borderright {
  border-right: 1px solid #f0f0f0; }

.borderrightdarken5 {
  border-right: 1px solid #e3e3e3; }

.borderleft {
  border-left: 1px solid #f0f0f0; }

.borderleftdarken5 {
  border-left: 1px solid #e3e3e3; }

.borderbottomdarken5 {
  border-bottom: 1px solid #e3e3e3; }

.borderbottomdarken10 {
  border-bottom: 1px solid #d7d7d7; }

.borderbottomtextcolor {
  border-bottom: 1px solid #3f3f3f; }

.border1pxsoliddarken5 {
  border: 1px solid #e3e3e3; }

.border2pxsolidwhite {
  border: 2px solid white !important; }

.bordertopdarken10 {
  border-top: 1px solid #d7d7d7; }

.noborder {
  border: none !important; }

.opacity06 {
  opacity: 0.6; }

.verticalalignbottom {
  vertical-align: bottom; }

.verticalaligntop {
  vertical-align: top; }

.lineheight0 {
  line-height: 0; }

.underline {
  text-decoration: underline; }

.linethrough {
  text-decoration: line-through; }

.cursorpointer {
  cursor: pointer; }

.cursordefault {
  cursor: default; }

.cursornresize {
  cursor: n-resize; }

.pagebreakinsideavoid {
  page-break-inside: avoid; }

.m0 {
  margin: 0px !important; }

.m10 {
  margin: 10px; }

.margintop0px, .mt0 {
  margin-top: 0px !important; }

.margintop1px {
  margin-top: 1px !important; }

.margintop2px, .mt2 {
  margin-top: 2px !important; }

.margintop3px {
  margin-top: 3px !important; }

.margintop4px {
  margin-top: 4px !important; }

.margintop5px, .mt5 {
  margin-top: 5px !important; }

.margintop6px {
  margin-top: 6px !important; }

.margintop7px {
  margin-top: 7px !important; }

.margintop8px {
  margin-top: 8px !important; }

.margintop10px, .mt10 {
  margin-top: 10px !important; }

.margintop11px {
  margin-top: 11px !important; }

.margintop12px {
  margin-top: 12px !important; }

.margintop13px {
  margin-top: 13px !important; }

.margintop15px {
  margin-top: 15px !important; }

.margintop20px, .mt20 {
  margin-top: 20px !important; }

.margintop23px {
  margin-top: 23px !important; }

.margintop25px {
  margin-top: 25px !important; }

.margintop30px, .mt30 {
  margin-top: 30px !important; }

.margintop35px {
  margin-top: 35px !important; }

.margintop40px {
  margin-top: 40px !important; }

.margintop50px {
  margin-top: 50px !important; }

.margintop60px {
  margin-top: 60px !important; }

.margintop70px {
  margin-top: 70px !important; }

.margintop80px {
  margin-top: 80px !important; }

.margintop90px {
  margin-top: 90px !important; }

.margintop100px {
  margin-top: 100px !important; }

.marginright0px, .mr0 {
  margin-right: 0px !important; }

.marginright1px, .mr1 {
  margin-right: 1px !important; }

.marginright2px {
  margin-right: 2px !important; }

.marginright4px {
  margin-right: 4px !important; }

.marginright5px, .mr5 {
  margin-right: 5px !important; }

.marginright8px {
  margin-right: 8px !important; }

.marginright10px, .mr10 {
  margin-right: 10px !important; }

.marginright15px {
  margin-right: 15px !important; }

.marginright20px, .mr20 {
  margin-right: 20px !important; }

.marginright30px {
  margin-right: 30px !important; }

.marginright40px {
  margin-right: 40px !important; }

.marginright50px {
  margin-right: 50px !important; }

.marginright60px {
  margin-right: 60px !important; }

.marginright70px {
  margin-right: 70px !important; }

.marginright80px {
  margin-right: 80px !important; }

.marginright90px {
  margin-right: 90px !important; }

.marginright100px {
  margin-right: 100px !important; }

.marginbottom0px, .mb0 {
  margin-bottom: 0px !important; }

.marginbottom2px, .mb2 {
  margin-bottom: 2px !important; }

.marginbottom3px {
  margin-bottom: 3px !important; }

.marginbottom4px {
  margin-bottom: 4px !important; }

.marginbottom5px, .mb5 {
  margin-bottom: 5px !important; }

.marginbottom8px {
  margin-bottom: 8px !important; }

.marginbottom10px, .mb10 {
  margin-bottom: 10px !important; }

.marginbottom14px {
  margin-bottom: 14px !important; }

.marginbottom15px, .mb15 {
  margin-bottom: 15px !important; }

.marginbottom20px, .mb20 {
  margin-bottom: 20px !important; }

.marginbottom23px {
  margin-bottom: 23px !important; }

.marginbottom25px {
  margin-bottom: 25px !important; }

.marginbottom30px, .mb30 {
  margin-bottom: 30px !important; }

.marginbottom40px {
  margin-bottom: 40px !important; }

.marginbottom50px {
  margin-bottom: 50px !important; }

.marginbottom60px {
  margin-bottom: 60px !important; }

.marginbottom70px {
  margin-bottom: 70px !important; }

.marginbottom80px {
  margin-bottom: 80px !important; }

.marginbottom90px {
  margin-bottom: 90px !important; }

.marginbottom100px {
  margin-bottom: 100px !important; }

.marginleft0px, .ml0 {
  margin-left: 0px !important; }

.marginleft1px {
  margin-left: 1px !important; }

.marginleft2px {
  margin-left: 2px !important; }

.marginleft3px {
  margin-left: 3px !important; }

.marginleft4px {
  margin-left: 4px !important; }

.marginleft5px, .ml5 {
  margin-left: 5px !important; }

.marginleft8px {
  margin-left: 8px !important; }

.marginleft10px, .ml10 {
  margin-left: 10px !important; }

.marginleft15px {
  margin-left: 15px !important; }

.marginleft20px, .ml20 {
  margin-left: 20px !important; }

.marginleft30px {
  margin-left: 30px !important; }

.marginleft40px {
  margin-left: 40px !important; }

.marginleft50px {
  margin-left: 50px !important; }

.marginleft60px {
  margin-left: 60px !important; }

.marginleft70px {
  margin-left: 70px !important; }

.marginleft80px {
  margin-left: 80px !important; }

.marginleft90px {
  margin-left: 90px !important; }

.marginleft100px {
  margin-left: 100px !important; }

.p5 {
  padding: 5px; }

.p8 {
  padding: 8px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p1-5 {
  padding: 1px 5px !important; }

.p2-5 {
  padding: 2px 5px !important; }

.p5-10 {
  padding: 5px 10px !important; }

.p5-15 {
  padding: 5px 15px !important; }

.p10-15 {
  padding: 10px 15px !important; }

.p10-20 {
  padding: 10px 20px !important; }

.p12-20 {
  padding: 12px 20px !important; }

.p15-20 {
  padding: 15px 20px !important; }

.p20-25 {
  padding: 20px 25px !important; }

.padding2px, .p2 {
  padding: 2px !important; }

.padding5px {
  padding: 5px !important; }

.padding8px {
  padding: 8px !important; }

.padding10px {
  padding: 10px !important; }

.padding15px {
  padding: 15px !important; }

.paddingtop0px, .pt0 {
  padding-top: 0px !important; }

.paddingtop5px, .pt5 {
  padding-top: 5px !important; }

.paddingtop7px {
  padding-top: 7px !important; }

.paddingtop8px, .pt8 {
  padding-top: 8px !important; }

.paddingtop10px, .pt10 {
  padding-top: 10px !important; }

.paddingtop12px, .pt12 {
  padding-top: 12px !important; }

.paddingtop14px {
  padding-top: 14px !important; }

.paddingtop15px, .pt15 {
  padding-top: 15px !important; }

.paddingtop16px {
  padding-top: 16px !important; }

.paddingtop20px, .pt20 {
  padding-top: 20px !important; }

.paddingtop40px, .pt40 {
  padding-top: 40px !important; }

.paddingright0px, .pr0 {
  padding-right: 0px !important; }

.paddingright1px, .pr1 {
  padding-right: 1px !important; }

.paddingright5px, .pr5 {
  padding-right: 5px !important; }

.paddingright8px {
  padding-right: 8px !important; }

.paddingright10px, .pr10 {
  padding-right: 10px !important; }

.paddingbottom12px, .pb12 {
  padding-bottom: 12px !important; }

.paddingright15px {
  padding-right: 15px !important; }

.paddingright20px {
  padding-right: 20px !important; }

.paddingright120px {
  padding-right: 120px !important; }

.paddingbottom0px, .pb0 {
  padding-bottom: 0px !important; }

.paddingbottom5px, .pb5 {
  padding-bottom: 5px !important; }

.paddingbottom10px, .pb10 {
  padding-bottom: 10px !important; }

.paddingbottom15px {
  padding-bottom: 15px !important; }

.paddingbottom20px, .pb20 {
  padding-bottom: 20px !important; }

.paddingleft0px, .pl0 {
  padding-left: 0px !important; }

.paddingleft5px, .pl5 {
  padding-left: 5px !important; }

.paddingleft10px, .pl10 {
  padding-left: 10px !important; }

.paddingleft20px, .pl20 {
  padding-left: 20px !important; }

.fontsize10px {
  font-size: 10px !important; }

.fontsize11px {
  font-size: 11px !important; }

.fontsize12px {
  font-size: 12px !important; }

.fontsize16px {
  font-size: 16px; }

.fontsize18px {
  font-size: 18px; }

.fontsize20px {
  font-size: 20px; }

.fontsize22px {
  font-size: 22px; }

.fontsize24px {
  font-size: 24px; }

.fontsize26px {
  font-size: 26px; }

.fontsize28px {
  font-size: 28px; }

.fontsize30px {
  font-size: 30px; }

.fontsize36px {
  font-size: 36px; }

#layout {
  position: relative;
  padding-left: 60px;
  height: 100%; }

i.icon, .iconlink i {
  font-size: 11px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  top: 2px;
  text-align: center;
  line-height: 16px;
  color: #FFFFFF;
  border-radius: 2px; }

i.icon {
  background: #656565;
  color: white; }

i.icon.textcolorinfo {
  background: #00b9ef;
  color: white !important; }

i.icon.textcolorconfirmation {
  background: #94c11e;
  color: white !important; }

a.iconlink i {
  margin-right: 10px;
  background-color: #e4032e; }

a.shylink {
  color: #7f7f7f; }
  a.shylink:hover {
    color: #e4032e; }

span.required {
  color: #cc0000; }

div.errorbox {
  padding: 20px;
  background: #cc0000;
  color: #FFFFFF; }

div.errormessages {
  padding: 10px;
  background: #cc0000;
  color: #FFFFFF; }

div.confirmationbox {
  padding: 20px;
  background: #94c11e;
  color: #FFFFFF; }

div.confirmationmessages {
  padding: 10px;
  background: #94c11e;
  color: #FFFFFF; }

div.infobox {
  padding: 20px;
  background: #00b9ef;
  color: #FFFFFF; }

div.infomessages {
  padding: 10px;
  background: #00b9ef;
  color: #FFFFFF; }

div.infomessages {
  padding: 10px;
  background: #00b9ef;
  color: #FFFFFF; }

div.confirmationbox a, div.errorbox a, div.infobox a,
div.confirmationmessages a, div.errormessages a, div.infomessages a {
  color: #fff;
  text-decoration: underline; }

#logowrapper {
  margin: 30px 20px 0px 20px;
  padding-right: 30px;
  padding-bottom: 40px; }

#logo {
  width: 100%; }

#suchwrapper {
  margin-bottom: 20px; }
  #suchwrapper input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    font-style: italic;
    background-color: #ffffff; }
  #suchwrapper button {
    display: inline-block;
    background: transparent;
    border: 0 none;
    margin-left: -18px;
    text-align: right; }
  #suchwrapper i {
    margin-left: -20px;
    cursor: pointer;
    color: #b4b4b4; }
    #suchwrapper i:hover {
      color: #00b9ef; }

#sidenav {
  position: fixed;
  margin-left: -200px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  border-right: 1px solid #f0f0f0;
  background: #ffffff;
  overflow: hidden;
  z-index: 13;
  display: flex;
  flex-direction: column;
  height: 100%; }

#sidenavulwrapper {
  /*border: 1px solid blue;*/
  overflow-y: auto;
  scrollbar-width: thin;
  padding-left: 20px;
  padding-top: 20px; }

#sidenav ul li {
  font-size: 16px;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  margin-bottom: 10px;
  position: relative; }

#sidenav ul li i {
  transform: rotate(270deg);
  display: inline-block;
  position: absolute;
  left: -34px;
  font-size: 19px;
  transition: left 200ms;
  color: #e4032e; }

#sidenav ul li:hover > i, #sidenav ul li.active > i {
  left: -27px; }

#sidenav ul li a {
  color: #747474;
  text-decoration: none;
  transition: color 200ms; }

#sidenav ul li:hover > a, #sidenav ul li.active > a {
  color: #e4032e; }

/*
#sidenav ul li.active a
{
  font-weight: $fontweightMedium;
}
*/
#sidenav ul ul {
  margin-left: 0;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow-y: hidden; }

#sidenav ul ul li:first-child {
  margin-top: 10px; }

#sidenav ul ul li:last-child {
  margin-bottom: 0px; }

#sidenav ul li:hover > ul, #sidenav ul li.active > ul {
  max-height: 250px;
  transition: max-height 0.5s ease-in; }

#sidenav ul ul a {
  margin-left: 20px; }

#sidenav .nippel {
  transform: rotate(90deg);
  position: absolute;
  right: -10px;
  font-size: 25px;
  bottom: 50%;
  color: #B4B4B4;
  cursor: pointer;
  transition: color 200ms; }

#sidenav .nippel:hover {
  color: #e4032e; }

#sidenav.hover {
  border-right: 1px solid #e4032e !important; }

#sidenavmini {
  position: fixed;
  width: 60px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  border-right: 1px solid #f0f0f0;
  left: 0;
  transition: border 200ms;
  cursor: pointer;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 13; }

#sidenavmini:hover {
  border-right: 1px solid #e4032e; }

#sidenavwrapper:hover #sidenav {
  margin-left: 0; }

#dots path {
  fill: #e4032e !important;
  /* ggf. SVG dots weiss färben, falls Farbgeflacker */ }

#header {
  width: 100%; }

#header.fixed .fixedheader.hidden {
  /*
  position: fixed;
  z-index: 10;
  width: 100%;
  background: $headercontentbgcolor;
  color: $headercontentcolor;
*/
  display: block; }

#header #headercontent, #header .tabnav {
  position: relative;
  z-index: 11; }

#header #headertop {
  position: relative;
  z-index: 12; }

#headertop {
  background: #808080;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  /*
	#smalllogowrapper
	{
		padding-left:20px;
		padding-top: 18px;
	}
	*/ }
  #headertop #smalllogowrapper {
    height: 52px;
    overflow: hidden; }
  #headertop #smalllogo {
    width: 100%; }
  #headertop .text {
    padding-left: 20px;
    padding-top: 16px;
    display: none; }
  #headertop a {
    color: #FFFFFF; }
  #headertop a:hover {
    text-decoration: underline; }
  #headertop .headerbutton {
    float: right;
    height: 100%; }
    #headertop .headerbutton a {
      display: block;
      padding: 16px 30px;
      color: #FFFFFF;
      text-decoration: none !important;
      background-color: #808080;
      transition: background-color linear 150ms; }
      #headertop .headerbutton a:hover {
        background-color: #737373; }
    #headertop .headerbutton ul {
      display: none;
      position: absolute; }
    #headertop .headerbutton:hover {
      background-color: #737373; }
      #headertop .headerbutton:hover ul {
        display: block; }

#header .headerinfo {
  background: #00b9ef;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 15px; }

#header .headererror {
  background: #cc0000;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 15px; }

#header #headercontent, #header .headercontent {
  color: #FFFFFF;
  background: #e4032e; }
  #header #headercontent a, #header .headercontent a {
    color: #FFFFFF; }
  #header #headercontent.search, #header .headercontent.search {
    /*
		padding-left:30px;
		padding-top:15px;
		padding-bottom:15px;
		background-color: lighten($bgcolor, 3%);
		border-bottom: 1px solid white;
		transition: border-bottom linear 200ms;

		&:hover
		{
			border-bottom: 1px solid $infocolor;

		}
		*/ }
    #header #headercontent.search input, #header #headercontent.search select, #header .headercontent.search input, #header .headercontent.search select {
      font-size: 20px;
      font-family: "Fira Sans", Arial, sans-serif;
      padding-left: 65px;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%;
      height: auto;
      background: #f8f8f8;
      border: none;
      border-bottom: 1px solid white;
      transition: border-bottom linear 200ms;
      border-radius: 0; }
      #header #headercontent.search input:hover, #header #headercontent.search input:focus, #header #headercontent.search select:hover, #header #headercontent.search select:focus, #header .headercontent.search input:hover, #header .headercontent.search input:focus, #header .headercontent.search select:hover, #header .headercontent.search select:focus {
        border-bottom: 1px solid #00B9EF; }
    #header #headercontent.search i, #header .headercontent.search i {
      position: absolute;
      font-size: 20px;
      color: #8c8c8c;
      top: 17px;
      left: 30px;
      cursor: pointer; }
      #header #headercontent.search i:hover, #header .headercontent.search i:hover {
        color: #00b9ef; }

div.startseite {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 0px; }

div.startseite.hatbild {
  height: 150px; }

#header .tabnav {
  height: 50px;
  border-top: 1px solid #e4032e;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #FFFFFF; }

#header .tabnav li {
  display: inline-block;
  color: #747474;
  text-align: center;
  font-family: "Fira Sans Condensed", Arial, sans-serif; }

#header .tabnav li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 16px 20px 0px 20px; }

#header .tabnav li i {
  display: inline-block;
  position: relative;
  top: -70px;
  font-size: 19px;
  transition: top 200ms; }

#header .tabnav li.active {
  font-weight: 400; }

#header .tabnav li.active, #header .tabnav li:hover {
  color: #e4032e; }

#header .tabnav li.active i, #header .tabnav li:hover i {
  top: -48px; }

#main {
  height: 100%; }

#pagewrapper {
  min-height: calc(100% - 70px); }

#content {
  padding: 20px; }

.leftwidth, .leftcolumn {
  max-width: 860px; }

.twocolumnsmaxwidth {
  max-width: 1160px;
  background: blue; }

.twocolumns, .twocolumnslarge {
  max-width: 1160px;
  overflow: hidden; }

.twocolumns, .twocolumnslarge, .leftcolumn {
  margin-bottom: 20px; }

.whitebox, .box {
  background: white; }
  .whitebox .boxheader, .box .boxheader {
    border-bottom: 1px solid #f0f0f0; }
    .whitebox .boxheader a.boxheaderbutton, .box .boxheader a.boxheaderbutton {
      float: right;
      display: block;
      border-left: 2px solid white;
      color: white;
      height: 100%;
      text-decoration: none; }
    .whitebox .boxheader a.boxheaderbutton.bgsecondarybutton, .box .boxheader a.boxheaderbutton.bgsecondarybutton {
      background-color: #00b9ef; }
      .whitebox .boxheader a.boxheaderbutton.bgsecondarybutton:hover, .box .boxheader a.boxheaderbutton.bgsecondarybutton:hover {
        background-color: #00a5d6; }
      .whitebox .boxheader a.boxheaderbutton.bgsecondarybutton.progress, .box .boxheader a.boxheaderbutton.bgsecondarybutton.progress {
        background-color: #00b9ef;
        cursor: default;
        cursor: progress; }
  .whitebox .boxfooter, .box .boxfooter {
    border-top: 1px solid #f0f0f0; }
  .whitebox .smallboxheader, .box .smallboxheader {
    font-family: "Fira Sans Condensed", Arial, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase; }
  .whitebox .anfrageheader, .box .anfrageheader {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-family: "Fira Sans Condensed", Arial, sans-serif; }
    .whitebox .anfrageheader a.anfrageheaderbutton, .box .anfrageheader a.anfrageheaderbutton {
      float: right;
      display: block;
      padding: 15px 20px;
      border-left: 2px solid white;
      color: white; }
    .whitebox .anfrageheader.bginfo a.anfrageheaderbutton:hover, .box .anfrageheader.bginfo a.anfrageheaderbutton:hover {
      background-color: #00a5d6; }
    .whitebox .anfrageheader.bginfodarken10 a.anfrageheaderbutton:hover, .box .anfrageheader.bginfodarken10 a.anfrageheaderbutton:hover {
      background-color: #007ea3; }
    .whitebox .anfrageheader.bgconfirmation a.anfrageheaderbutton:hover, .box .anfrageheader.bgconfirmation a.anfrageheaderbutton:hover {
      background-color: #83ab1b; }
    .whitebox .anfrageheader.bgverpflegung a.anfrageheaderbutton:hover, .box .anfrageheader.bgverpflegung a.anfrageheaderbutton:hover {
      background-color: #cc0049; }
    .whitebox .anfrageheader.bgtr a.anfrageheaderbutton:hover, .box .anfrageheader.bgtr a.anfrageheaderbutton:hover {
      background-color: #6a0275; }
    .whitebox .anfrageheader.bggr a.anfrageheaderbutton:hover, .box .anfrageheader.bggr a.anfrageheaderbutton:hover {
      background-color: #9b25a7; }
    .whitebox .anfrageheader.bgdienstleistung a.anfrageheaderbutton:hover, .box .anfrageheader.bgdienstleistung a.anfrageheaderbutton:hover {
      background-color: #8e039d; }
    .whitebox .anfrageheader a.anfrageheaderbutton.bgsecondarybutton, .box .anfrageheader a.anfrageheaderbutton.bgsecondarybutton {
      background-color: #00b9ef; }
      .whitebox .anfrageheader a.anfrageheaderbutton.bgsecondarybutton:hover, .box .anfrageheader a.anfrageheaderbutton.bgsecondarybutton:hover {
        background-color: #00a5d6; }

.graybox {
  background-color: #f0f0f0;
  /*
	a.headerbutton:hover
	{
		background-color: darken($bgcolor, 10%);
	}
	*/ }
  .graybox .grayboxheader {
    background: #e3e3e3;
    text-transform: uppercase;
    font-size: 16px; }
  .graybox a.headerbutton {
    float: right;
    display: block;
    padding: 15px 20px;
    border-left: 2px solid white;
    color: white; }
  .graybox a.headerbutton.hidden {
    display: none; }
  .graybox a.headerbutton.bgerror:hover {
    background-color: #b30000; }
  .graybox a.headerbutton.bginfo:hover {
    background-color: #00a5d6; }

.buttonbox {
  position: relative; }
  .buttonbox .buttonboxcontent {
    width: calc(100% - 32px); }
  .buttonbox .buttonboxcontent2 {
    width: calc(100% - 60px); }
  .buttonbox .buttonboxcontent3 {
    width: calc(100% - 90px); }
  .buttonbox .buttonboxbutton, .buttonbox .buttonboxbutton2, .buttonbox .buttonboxbutton3 {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 2px solid white;
    transition: background-color linear 150ms; }
    .buttonbox .buttonboxbutton i, .buttonbox .buttonboxbutton2 i, .buttonbox .buttonboxbutton3 i {
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 6px);
      color: #fff; }
  .buttonbox .buttonboxbutton2 {
    right: 30px; }
  .buttonbox .buttonboxbutton3 {
    right: 60px; }
  .buttonbox .buttonboxbutton.bginfo:hover, .buttonbox .buttonboxbutton2.bginfo:hover, .buttonbox .buttonboxbutton3.bginfo:hover {
    background-color: #00a5d6; }
  .buttonbox .buttonboxbutton.bgconfirmation:hover, .buttonbox .buttonboxbutton2.bgconfirmation:hover, .buttonbox .buttonboxbutton3.bgconfirmation:hover {
    background-color: #83ab1b; }
  .buttonbox .buttonboxbutton.bgerror:hover, .buttonbox .buttonboxbutton2.bgerror:hover, .buttonbox .buttonboxbutton3.bgerror:hover {
    background-color: #b30000; }
  .buttonbox .buttonboxbutton.primary, .buttonbox .buttonboxbutton2.primary, .buttonbox .buttonboxbutton3.primary {
    background-color: #94c11e; }
  .buttonbox .buttonboxbutton.primary:hover, .buttonbox .buttonboxbutton2.primary:hover, .buttonbox .buttonboxbutton3.primary:hover {
    background-color: #83ab1b; }
  .buttonbox .buttonboxbutton.secondary, .buttonbox .buttonboxbutton2.secondary, .buttonbox .buttonboxbutton3.secondary {
    background: #00b9ef; }
  .buttonbox .buttonboxbutton.secondary:hover, .buttonbox .buttonboxbutton2.secondary:hover, .buttonbox .buttonboxbutton3.secondary:hover {
    background-color: #00a5d6; }
  .buttonbox .buttonboxbutton.disabled, .buttonbox .buttonboxbutton2.disabled, .buttonbox .buttonboxbutton3.disabled .buttonboxbutton.disabled:hover, .buttonbox .buttonboxbutton2.disabled:hover, .buttonbox .buttonboxbutton3.disabled:hover {
    background-color: #ccc !important;
    cursor: default; }

#footer a {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 17px;
  margin-left: 20px; }

#footer a:first-of-type {
  margin-left: 0; }

#footer #footer1 {
  /* Oberer Footer-Bereich */
  height: 70px;
  padding-top: 25px;
  padding-left: 25px;
  background: #808080;
  border-bottom: 1px solid #f0f0f0; }

#footer #footer2 {
  /* Unterer Footer-Bereich */
  height: 60px;
  padding-top: 20px;
  text-align: center;
  background-color: #595959;
  color: #B4B4B4; }

div.paginator a {
  float: left;
  background-color: #808080;
  transition: background-color linear 150ms;
  color: #FFFFFF;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
  line-height: 1;
  padding: 5px;
  min-width: 24px;
  text-decoration: none;
  font-weight: 500; }

div.paginator a:hover, div.paginator a.current {
  background-color: #b3b3b3; }

.showonlyright {
  display: none; }

.mb20onlyleft {
  margin-bottom: 20px; }

@media only screen and (max-width: 1279px) {
  #sidenav {
    transition: margin-left 250ms; } }

@media only screen and (min-width: 1280px) {
  #layout #sidenav {
    margin-left: 0; }
  #layout.close #sidenav {
    margin-left: -200px; }
  #layout.close {
    padding-left: 60px;
    transition: padding-left 250ms; }
  #layout {
    padding-left: 200px; }
  #layout.open {
    transition: padding-left 250ms; }
  #layout.close #sidenav, #layout.open #sidenav {
    transition: margin-left 250ms; }
  #smalllogowrapper {
    margin-left: -400px; }
  #layout.close #smalllogowrapper {
    margin-left: 0px; }
  #layout.close #smalllogowrapper, #layout.open #smalllogowrapper {
    transition: margin-left 250ms; } }

@media only screen and (max-width: 980px) {
  .wrap980 .w2 {
    float: none;
    width: 100%; }
  .wrap980 .w3 {
    float: none;
    width: 100%; }
  .wrap980 .w4 {
    float: none;
    width: 100%; }
  .wrap980 .w5 {
    float: none;
    width: 100%; }
  .wrap980 .w7 {
    float: none;
    width: 100%; }
  .wrap980 .w8 {
    float: none;
    width: 100%; }
  .wrap980 .w9 {
    float: none;
    width: 100%; }
  .wrap980 .w10 {
    float: none;
    width: 100%; }
  .wrap980 .w13 {
    float: none;
    width: 100%; }
  .wrap980 .w15 {
    float: none;
    width: 100%; }
  .wrap980 .w16 {
    float: none;
    width: 100%; }
  .wrap980 .w17 {
    float: none;
    width: 100%; }
  .wrap980 .w19 {
    float: none;
    width: 100%; }
  .wrap980 .w20 {
    float: none;
    width: 100%; }
  .wrap980 .w25 {
    float: none;
    width: 100%; }
  .wrap980 .w27 {
    float: none;
    width: 100%; }
  .wrap980 .w28 {
    float: none;
    width: 100%; }
  .wrap980 .w29 {
    float: none;
    width: 100%; }
  .wrap980 .w30 {
    float: none;
    width: 100%; }
  .wrap980 .w33 {
    float: none;
    width: 100%; }
  .wrap980 .w35 {
    float: none;
    width: 100%; }
  .wrap980 .w40 {
    float: none;
    width: 100%; }
  .wrap980 .w45 {
    float: none;
    width: 100%; }
  .wrap980 .w50 {
    float: none;
    width: 100%; }
  .wrap980 .w52 {
    float: none;
    width: 100%; }
  .wrap980 .w53 {
    float: none;
    width: 100%; }
  .wrap980 .w55 {
    float: none;
    width: 100%; }
  .wrap980 .w57 {
    float: none;
    width: 100%; }
  .wrap980 .w60 {
    float: none;
    width: 100%; }
  .wrap980 .w65 {
    float: none;
    width: 100%; }
  .wrap980 .w70 {
    float: none;
    width: 100%; }
  .wrap980 .w75 {
    float: none;
    width: 100%; }
  .wrap980 .w80 {
    float: none;
    width: 100%; }
  .wrap980 .w90 {
    float: none;
    width: 100%; }
  .wrap980 .w95 {
    float: none;
    width: 100%; }
  .hide980 {
    display: none; } }

@media only screen and (min-width: 980px) {
  .twocolumns .showonlyright {
    display: block; }
  .twocolumns .mb20onlyleft {
    margin-bottom: 0px; }
  .twocolumns .leftcolumn {
    float: left;
    width: calc(100% - 300px);
    margin-right: 20px; }
  .twocolumns .rightcolumn {
    float: right;
    width: 280px; }
  div.startseite {
    height: 0px; }
  div.startseite.hatbild {
    height: 250px; } }

@media only screen and (min-width: 1280px) {
  .twocolumnslarge .showonlyright {
    display: block; }
  .twocolumnslarge .mb20onlyleft {
    margin-bottom: 0px; }
  .twocolumnslarge .leftcolumn {
    float: left;
    width: calc(100% - 300px);
    margin-right: 20px; }
  .twocolumnslarge .rightcolumn {
    float: right;
    width: 280px; }
  #headertop .text {
    display: block; } }

.w2 {
  float: left;
  width: 2%; }

.w3 {
  float: left;
  width: 3%; }

.w4 {
  float: left;
  width: 4%; }

.w5 {
  float: left;
  width: 5%; }

.w7 {
  float: left;
  width: 7%; }

.w8 {
  float: left;
  width: 8%; }

.w9 {
  float: left;
  width: 9%; }

.w10 {
  float: left;
  width: 10%; }

.w13 {
  float: left;
  width: 13%; }

.w15 {
  float: left;
  width: 15%; }

.w16 {
  float: left;
  width: 16%; }

.w17 {
  float: left;
  width: 17%; }

.w19 {
  float: left;
  width: 19%; }

.w20 {
  float: left;
  width: 20%; }

.w25 {
  float: left;
  width: 25%; }

.w27 {
  float: left;
  width: 27%; }

.w28 {
  float: left;
  width: 28%; }

.w29 {
  float: left;
  width: 29%; }

.w30 {
  float: left;
  width: 30%; }

.w33 {
  float: left;
  width: 33%; }

.w35 {
  float: left;
  width: 35%; }

.w40 {
  float: left;
  width: 40%; }

.w45 {
  float: left;
  width: 45%; }

.w50 {
  float: left;
  width: 50%; }

.w52 {
  float: left;
  width: 52%; }

.w53 {
  float: left;
  width: 53%; }

.w55 {
  float: left;
  width: 55%; }

.w57 {
  float: left;
  width: 57%; }

.w60 {
  float: left;
  width: 60%; }

.w65 {
  float: left;
  width: 65%; }

.w70 {
  float: left;
  width: 70%; }

.w75 {
  float: left;
  width: 75%; }

.w80 {
  float: left;
  width: 80%; }

.w90 {
  float: left;
  width: 90%; }

.w95 {
  float: left;
  width: 95%; }

@media print {
  #sidenavwrapper, .rightcolumn, #headertop, #footer, .tabnav, .headerinfo, .cookiebanner {
    display: none; }
  #header {
    position: static !important; }
  html, body {
    width: 860px;
    color: #000; }
  a {
    color: #000 !important; }
  #layout {
    padding-left: 0; }
  .errorbox, .infobox, .confirmationbox,
  .errormessages, .infomessages, .confirmationmessages {
    border: 1px solid #000; }
  .buttom, .iconbutton {
    border: 1px solid #000 !important; }
  .box, .graybox {
    border: 1px solid #000; }
  .anfrageheader, .grayboxheader {
    border-bottom: 1px solid #000; }
  #content, #headercontent {
    padding-left: 0;
    padding-right: 0; }
  input, select, textarea {
    border: 1px solid #000 !important;
    color: #000 !important; }
  .borderbottom {
    border-bottom: 1px solid #000 !important; }
  /* Schwarze Schrift */
  .anfrageheader {
    color: #000 !important; }
  .w2 {
    float: left;
    width: 2%; }
  .w3 {
    float: left;
    width: 3%; }
  .w4 {
    float: left;
    width: 4%; }
  .w5 {
    float: left;
    width: 5%; }
  .w7 {
    float: left;
    width: 7%; }
  .w8 {
    float: left;
    width: 8%; }
  .w9 {
    float: left;
    width: 9%; }
  .w10 {
    float: left;
    width: 10%; }
  .w13 {
    float: left;
    width: 13%; }
  .w15 {
    float: left;
    width: 15%; }
  .w16 {
    float: left;
    width: 16%; }
  .w17 {
    float: left;
    width: 17%; }
  .w19 {
    float: left;
    width: 19%; }
  .w20 {
    float: left;
    width: 20%; }
  .w25 {
    float: left;
    width: 25%; }
  .w27 {
    float: left;
    width: 27%; }
  .w28 {
    float: left;
    width: 28%; }
  .w29 {
    float: left;
    width: 29%; }
  .w30 {
    float: left;
    width: 30%; }
  .w33 {
    float: left;
    width: 33%; }
  .w35 {
    float: left;
    width: 35%; }
  .w40 {
    float: left;
    width: 40%; }
  .w45 {
    float: left;
    width: 45%; }
  .w50 {
    float: left;
    width: 50%; }
  .w52 {
    float: left;
    width: 52%; }
  .w53 {
    float: left;
    width: 53%; }
  .w55 {
    float: left;
    width: 55%; }
  .w57 {
    float: left;
    width: 57%; }
  .w60 {
    float: left;
    width: 60%; }
  .w65 {
    float: left;
    width: 65%; }
  .w70 {
    float: left;
    width: 70%; }
  .w75 {
    float: left;
    width: 75%; }
  .w80 {
    float: left;
    width: 80%; }
  .w90 {
    float: left;
    width: 90%; }
  .w95 {
    float: left;
    width: 95%; } }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500; }

label.error {
  color: #cc0000; }

label.inlinelabel {
  display: inline;
  margin: 0;
  font-weight: 300; }

label.checkboxlabel, label.inputboxlabel {
  padding-left: 27px;
  font-weight: 300;
  text-indent: -27px; }

input[type="text"], input[type="number"], input[type="password"], select {
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  height: 32px; }

textarea {
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.4;
  width: 500px;
  max-width: 100%; }

.inputwidth {
  width: 300px;
  max-width: 100%; }

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border-color: #00B9EF; }

input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
  margin-bottom: 10px; }

input[type="text"].error, input[type="number"].error, input[type="password"].error, select.error, textarea.error {
  border-color: #cc0000; }

i.inputicon {
  color: #b4b4b4;
  font-size: 16px;
  margin-left: -24px; }

/*
.stackedform {

	input[type="text"],
	input[type="password"],
	select,
	textarea
	{
		margin-bottom: 20px;
	}

}
*/
/* Buttons */
.button, .iconbutton {
  display: inline-block;
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: #94c11e;
  border: none;
  max-width: 300px;
  width: 100%;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  padding: 12px 17px;
  text-decoration: none !important;
  cursor: default;
  line-height: 1;
  transition: background-color linear 150ms;
  background-color: #00b9ef; }
  .button:hover, .iconbutton:hover {
    background-color: #00a5d6;
    cursor: pointer; }
  .button.disabled, .button.disabled:hover, .iconbutton.disabled, .iconbutton.disabled:hover {
    background-color: #ccc !important;
    cursor: default; }
  .button.primary, .iconbutton.primary {
    background-color: #94c11e; }
    .button.primary:hover, .iconbutton.primary:hover {
      background-color: #83ab1b; }
  .button.secondary, .iconbutton.secondary {
    background-color: #00b9ef; }
    .button.secondary:hover, .iconbutton.secondary:hover {
      background-color: #00a5d6; }
  .button.tertiary, .iconbutton.tertiary {
    background-color: #e50052; }
    .button.tertiary:hover, .iconbutton.tertiary:hover {
      background-color: #cc0049; }
  .button.errorcolor, .iconbutton.errorcolor {
    background-color: #cc0000; }
    .button.errorcolor:hover, .iconbutton.errorcolor:hover {
      background-color: #b30000; }

.rightcolumn .button, .rightcolumn .iconbutton {
  width: 100%;
  max-width: none; }

button.button::-moz-focus-inner, button.iconbutton::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: none; }

.iconbutton {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px; }
  .iconbutton i {
    width: 50px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-right: 2px solid white;
    margin-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px; }

form.uploadform input {
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.uploaditem.uploading {
  background-color: #00b9ef;
  color: white; }
  .uploaditem.uploading i.icon {
    background-color: #00b9ef;
    color: white; }

.uploaditem.error {
  background-color: #cc0000;
  color: white !important; }
  .uploaditem.error i.icon {
    background-color: #cc0000;
    color: white; }

.progressbarwrapper {
  width: 100%; }

.progressbar {
  height: 10px;
  width: 0;
  background: #FFFFFF; }

#modal, #instantanfrage {
  width: 100%;
  min-height: 100%;
  background: white;
  position: relative; }
  #modal .modalheader, #instantanfrage .modalheader {
    background: #e4032e;
    color: #FFFFFF !important;
    width: 100%;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    #modal .modalheader a, #instantanfrage .modalheader a {
      color: #FFFFFF !important; }
    #modal .modalheader a.iconlink, #instantanfrage .modalheader a.iconlink {
      color: #FFFFFF !important; }
      #modal .modalheader a.iconlink i, #instantanfrage .modalheader a.iconlink i {
        background-color: #FFFFFF;
        color: #e4032e; }
  #modal .modalbody, #instantanfrage .modalbody {
    padding-top: 30px;
    padding-bottom: 30px; }
  #modal .modalinner, #instantanfrage .modalinner {
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
  #modal a.closelink, #instantanfrage a.closelink {
    color: #fff !important;
    text-decoration: none; }
  #modal a.closelink:hover span, #instantanfrage a.closelink:hover span {
    text-decoration: underline; }
  #modal a.closelink span, #instantanfrage a.closelink span {
    text-transform: uppercase;
    margin-right: 10px; }
  #modal .modalrightcolumn .button, #modal .modalrightcolumn .iconbutton, #instantanfrage .modalrightcolumn .button, #instantanfrage .modalrightcolumn .iconbutton {
    width: 100%;
    max-width: none; }
  @media only screen and (min-width: 800px) {
    #modal .modalleftcolumn, #instantanfrage .modalleftcolumn {
      float: left;
      margin-right: 20px;
      width: calc(100% - 300px); }
    #modal .modalrightcolumn, #instantanfrage .modalrightcolumn {
      float: right;
      width: 280px; } }

#loadingwrapper {
  width: 100%;
  height: 100%;
  background-color: #fff; }
  #loadingwrapper div {
    position: relative;
    top: 50%; }

#chatmodal {
  width: 100%;
  min-height: 100%;
  background: white;
  position: static; }
  #chatmodal .modalleftcolumn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 100%;
    padding-right: 20px;
    color: #FFFFFF;
    background-color: #e4032e;
    overflow-y: auto; }
    #chatmodal .modalleftcolumn .schliessen {
      text-align: right;
      margin-top: 10px; }
      #chatmodal .modalleftcolumn .schliessen a {
        text-transform: uppercase;
        color: #FFFFFF; }
        #chatmodal .modalleftcolumn .schliessen a i {
          margin-left: 10px; }
    #chatmodal .modalleftcolumn .suche {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 20px; }
      #chatmodal .modalleftcolumn .suche label {
        text-transform: uppercase; }
      #chatmodal .modalleftcolumn .suche input {
        border: 0px; }
      #chatmodal .modalleftcolumn .suche .select2-container--default .select2-selection--multiple {
        border: 0px !important; }
      #chatmodal .modalleftcolumn .suche .select2-container .select2-selection--multiple {
        min-height: 27px;
        height: 27px; }
    #chatmodal .modalleftcolumn .chats ul {
      font-size: 16px;
      font-family: "Fira Sans Condensed", Arial, sans-serif;
      margin-bottom: 10px; }
      #chatmodal .modalleftcolumn .chats ul li {
        padding-top: 2px;
        padding-bottom: 2px; }
        #chatmodal .modalleftcolumn .chats ul li a {
          color: #FFFFFF;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          display: block;
          padding-left: 20px;
          border-right: 1px solid #e4032e; }
          #chatmodal .modalleftcolumn .chats ul li a span.name {
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
            width: 139px; }
          #chatmodal .modalleftcolumn .chats ul li a span.removechat {
            float: right;
            margin-right: 5px;
            display: none; }
          #chatmodal .modalleftcolumn .chats ul li a span.unread {
            color: #e4032e;
            font-size: 12px;
            float: right;
            padding-right: 5px;
            padding-left: 5px;
            padding-top: 1px;
            font-weight: 500;
            font-family: "Fira Sans", Arial, sans-serif;
            border: 2px solid #FFFFFF !important;
            background-color: #FFFFFF;
            border-radius: 10px; }
        #chatmodal .modalleftcolumn .chats ul li a:hover, #chatmodal .modalleftcolumn .chats ul li a.active {
          text-decoration: none;
          background-color: #FFFFFF;
          color: #e4032e;
          border-right: 1px solid #FFFFFF; }
        #chatmodal .modalleftcolumn .chats ul li a:hover span.removechat, #chatmodal .modalleftcolumn .chats ul li a.active span.removechat {
          display: inline; }
        #chatmodal .modalleftcolumn .chats ul li a:hover span.unread, #chatmodal .modalleftcolumn .chats ul li a.active span.unread {
          display: none; }
  #chatmodal .modalrightcolumn {
    width: calc(100% - 220px);
    left: 220px;
    height: 100%;
    position: absolute; }
    #chatmodal .modalrightcolumn .rightcolumnoverlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background: #000;
      opacity: 0.5;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999; }
      #chatmodal .modalrightcolumn .rightcolumnoverlay div.overlayinfo {
        font-size: 32px;
        color: #fff; }
    #chatmodal .modalrightcolumn .headline {
      padding: 20px;
      padding-bottom: 10px;
      padding-top: 10px;
      border-bottom: 1px solid #ccc;
      height: 50px; }
      #chatmodal .modalrightcolumn .headline h1 {
        font-size: 22px; }
    #chatmodal .modalrightcolumn .posts {
      width: 100%;
      padding: 20px;
      padding-top: 20px;
      height: calc(100% - 202px);
      overflow-y: auto;
      background-color: #f0f0f0; }
      #chatmodal .modalrightcolumn .posts .post {
        overflow: hidden;
        margin-bottom: 20px;
        max-width: 100%;
        width: auto; }
        #chatmodal .modalrightcolumn .posts .post .reciever, #chatmodal .modalrightcolumn .posts .post .sender {
          border: 1px solid #ccc;
          border-left-width: 3px;
          border-radius: 3px;
          background-color: #fff; }
          #chatmodal .modalrightcolumn .posts .post .reciever .postheader, #chatmodal .modalrightcolumn .posts .post .sender .postheader {
            width: 100%;
            padding-left: 10px;
            padding-top: 5px;
            padding-right: 10px;
            padding-bottom: 5px;
            font-size: 12px;
            line-height: 12px;
            font-style: italic; }
            #chatmodal .modalrightcolumn .posts .post .reciever .postheader a, #chatmodal .modalrightcolumn .posts .post .sender .postheader a {
              color: #3f3f3f; }
              #chatmodal .modalrightcolumn .posts .post .reciever .postheader a i, #chatmodal .modalrightcolumn .posts .post .sender .postheader a i {
                margin-right: 5px; }
            #chatmodal .modalrightcolumn .posts .post .reciever .postheader a.removepost, #chatmodal .modalrightcolumn .posts .post .sender .postheader a.removepost {
              color: #cc0000; }
          #chatmodal .modalrightcolumn .posts .post .reciever .postcontent, #chatmodal .modalrightcolumn .posts .post .sender .postcontent {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 5px; }
          #chatmodal .modalrightcolumn .posts .post .reciever .attachments, #chatmodal .modalrightcolumn .posts .post .sender .attachments {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 5px;
            font-size: 12px; }
            #chatmodal .modalrightcolumn .posts .post .reciever .attachments a, #chatmodal .modalrightcolumn .posts .post .sender .attachments a {
              color: #3f3f3f;
              margin-right: 10px; }
              #chatmodal .modalrightcolumn .posts .post .reciever .attachments a i, #chatmodal .modalrightcolumn .posts .post .sender .attachments a i {
                margin-right: 5px; }
          #chatmodal .modalrightcolumn .posts .post .reciever .postfooter, #chatmodal .modalrightcolumn .posts .post .sender .postfooter {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 5px;
            overflow: hidden; }
            #chatmodal .modalrightcolumn .posts .post .reciever .postfooter label, #chatmodal .modalrightcolumn .posts .post .sender .postfooter label {
              float: left;
              margin-right: 20px;
              margin-bottom: 0px;
              font-size: 12px;
              font-weight: 300;
              font-style: italic; }
              #chatmodal .modalrightcolumn .posts .post .reciever .postfooter label input, #chatmodal .modalrightcolumn .posts .post .sender .postfooter label input {
                margin-bottom: 0px;
                margin-left: 0px;
                margin-top: 0px;
                position: relative;
                top: 2px; }
        #chatmodal .modalrightcolumn .posts .post .reciever {
          float: left; }
        #chatmodal .modalrightcolumn .posts .post .sender {
          float: left;
          margin-left: 30px; }
    #chatmodal .modalrightcolumn .message {
      border-top: 1px solid #ccc;
      width: 100%;
      /*
			height: 152px;
			padding-right: 20px;
			padding-left: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
			*/ }
      #chatmodal .modalrightcolumn .message .uploadzone {
        height: 151px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
      #chatmodal .modalrightcolumn .message .labelwrapper {
        overflow: hidden; }
      #chatmodal .modalrightcolumn .message label {
        height: 20px;
        margin-bottom: 3px;
        font-weight: 300;
        font-style: italic;
        font-size: 12px;
        float: left;
        margin-right: 20px; }
        #chatmodal .modalrightcolumn .message label input {
          margin-bottom: 0px;
          margin-left: 0px;
          margin-top: 0px;
          position: relative;
          top: 2px; }
      #chatmodal .modalrightcolumn .message .uploadpreview {
        float: left;
        display: flex; }
        #chatmodal .modalrightcolumn .message .uploadpreview i {
          cursor: pointer;
          margin-right: 15px; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-preview {
          /*display:inline;*/
          margin-right: 20px;
          position: relative;
          top: -2px; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-image, #chatmodal .modalrightcolumn .message .uploadpreview .dz-error-message, #chatmodal .modalrightcolumn .message .uploadpreview .dz-success-mark, #chatmodal .modalrightcolumn .message .uploadpreview .dz-error-mark, #chatmodal .modalrightcolumn .message .uploadpreview .dz-size {
          display: none; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-progress {
          height: 2px;
          top: -15px;
          position: relative;
          border-radius: 50%; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-upload {
          height: 2px;
          background: #00b9ef;
          display: inline-block; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-preview.dz-complete .dz-upload {
          background: #94c11e; }
        #chatmodal .modalrightcolumn .message .uploadpreview .dz-preview.dz-error {
          text-decoration: line-through;
          color: #cc0000; }
          #chatmodal .modalrightcolumn .message .uploadpreview .dz-preview.dz-error .dz-upload {
            background: #cc0000; }
      #chatmodal .modalrightcolumn .message textarea {
        resize: none;
        border: 2px solid #ccc;
        width: calc(100% - 60px);
        height: calc(100% - 23px);
        float: left;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 0px; }
      #chatmodal .modalrightcolumn .message button {
        width: 60px;
        height: calc(100% - 23px);
        float: left;
        top: 0px;
        position: relative;
        border: 1px solid #94c11e;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-radius: 5px;
        background-color: #94c11e;
        color: #fff;
        transition: 250ms background, 250ms border-color; }
      #chatmodal .modalrightcolumn .message button:hover {
        background-color: #729517;
        border-color: #729517;
        cursor: pointer; }

#bittewartenmodal {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 5001;
  padding: 20px; }
  #bittewartenmodal .inner {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    color: #00b9ef;
    padding: 20px;
    max-width: 320px;
    text-align: center;
    /*
		background:white;
		border-radius:20px;
		*/ }

div.plusminus {
  float: left;
  width: 16px;
  line-height: 1;
  margin-top: 1px;
  text-align: left;
  padding-left: 5px; }
  div.plusminus a {
    color: #e4032e; }

.plusminusinputwrapper {
  float: left;
  width: calc(100% - 20px); }

.minheight100px {
  min-height: 100px; }

div.box div.zeile.checked, div.leistung.checked {
  background-color: #f4fbe3; }

#angebote {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  #angebote div.row {
    display: block !important; }
  #angebote div.head {
    /*Neu*/
    /*
		&.row{
			border-bottom:0px solid $headerbgcolor;
		}

		i.textcolorstar, a
		{
			color: $headercontentcolor !important;
		}

		i.icon, a.iconlink i
		{
			background: $headercontentcolor;
			color: $headerbgcolor;
		}

		i.sorticon.fa-sort-desc, i.sorticon.fa-sort-asc {
			background: $confirmationcolor;
			color: white;
		}
		*/ }
  #angebote div.cell {
    background: #f7f7f7;
    padding: 5px 10px;
    transition: background 1s; }
  #angebote div.cell.confirmation {
    background-color: #94c11e !important; }
  #angebote i.sorticon {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
    color: #808080;
    position: absolute;
    right: 0; }
  #angebote i.sorticon.fa-sort-desc, #angebote i.sorticon.fa-sort-asc {
    color: #94c11e; }
  #angebote div.angebotfixheight {
    max-height: 200px;
    overflow-y: auto; }
  #angebote div.row {
    border-bottom: 1px solid #ddd; }
  #angebote div.row.white {
    background: #fff none repeat scroll 0 0; }
  #angebote div.vertragsanbieterbalkenwrapper {
    position: relative; }
  #angebote div.vertragsanbieterbalken {
    background: #00b9ef;
    color: white;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    font-family: "Fira Sans Condensed", Arial, sans-serif; }
  #angebote.nebeneinander div.cell {
    border-bottom: 1px solid #ddd;
    width: 199px; }
  #angebote.nebeneinander div.cell {
    float: none; }
  #angebote.nebeneinander div.cell.head {
    z-index: 1; }
  #angebote.nebeneinander div.col {
    border-right: 1px solid #ddd;
    float: left;
    width: 200px; }
  #angebote.nebeneinander div.col:last-child {
    border-right: 1px solid #f0f0f0; }
  #angebote.nebeneinander div.anbieterspalte.head {
    min-height: 70px; }
  #angebote.nebeneinander div.cell.iconspalte a {
    margin-right: 5px; }
  #angebote.nebeneinander div.vertragsanbieterbalkenwrapper {
    padding-top: 18px; }
  #angebote.nebeneinander div.vertragsanbieterbalken {
    left: -10px;
    top: -5px;
    width: 199px; }
  #angebote.untereinander div.cell {
    float: left; }
  #angebote.untereinander div.row.head div.cell {
    /*Neu*/
    padding-top: 10px;
    padding-bottom: 10px; }
  #angebote.untereinander div.row.bgwhite div.cell {
    background: #fff; }
  #angebote.untereinander div.cell.anbieterspalte {
    position: absolute;
    width: 200px;
    z-index: 10; }
  #angebote.untereinander div.cell.iconspalte {
    margin-left: 200px;
    width: 30px; }
  #angebote.untereinander div.cell.statusspalte {
    margin-left: 200px;
    width: 200px; }
  #angebote.untereinander div.cell.optionspalte {
    width: 120px; }
  #angebote.untereinander div.cell.tagspalte {
    width: 200px; }
  #angebote.untereinander div.cell.zimmerspalte {
    width: 200px; }
  #angebote.untereinander div.cell.stornospalte {
    width: 200px; }
  #angebote.untereinander div.cell.sonstigesspalte {
    width: 200px; }
  #angebote.untereinander div.cell.notizspalte {
    width: 200px; }
  #angebote.untereinander div.cell.agenturspalte {
    width: 200px; }
  #angebote.untereinander div.cell.kommissionspalte {
    width: 200px; }
  #angebote.untereinander div.cell.dienstleistungspalte {
    width: 200px; }
  #angebote.untereinander div.cell.rechnungsgrundlagespalte {
    width: 200px; }
  #angebote.untereinander div.vertragsanbieterbalken {
    bottom: -5px;
    left: 7px;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    overflow: hidden; }
  #angebote.untereinander div.vertragsanbieterbalkenwrapper {
    height: 100%;
    padding-left: 18px; }
  #angebote a.eresize i {
    line-height: 14px; }

#agenturnotizwrapper textarea {
  border: none;
  padding: 0;
  min-height: 30px;
  height: 20px;
  outline: none;
  width: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: 200px; }

#agenturnotizwrapper div.hiddendiv {
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: none; }

#versioncontent {
  margin-left: 4px; }
  #versioncontent div.version {
    padding-left: 20px;
    border-left: 1px solid #3f3f3f;
    padding-bottom: 5px;
    position: relative; }
    #versioncontent div.version i {
      position: absolute;
      left: -6px;
      background-color: white; }
    #versioncontent div.version i.fa-circle-o {
      opacity: 1; }
    #versioncontent div.version i.fa-dot-circle-o {
      opacity: 0; }
    #versioncontent div.version a, #versioncontent div.version span {
      position: relative;
      top: -3px;
      color: #3f3f3f; }
  #versioncontent div.version.active a {
    font-weight: 500;
    text-decoration: underline; }
  #versioncontent div.version.active i.fa-circle-o {
    opacity: 0; }
  #versioncontent div.version.active i.fa-dot-circle-o {
    opacity: 1; }
  #versioncontent div.version:last-child {
    height: 14px; }

#versioncontent.hover div.version:hover {
  cursor: pointer; }
  #versioncontent.hover div.version:hover a {
    font-weight: 500;
    text-decoration: underline; }
  #versioncontent.hover div.version:hover i.fa-circle-o {
    opacity: 0; }
  #versioncontent.hover div.version:hover i.fa-dot-circle-o {
    opacity: 1; }

#angebot i.icon.fa-mail-reply {
  background-color: #94c11e !important; }

#angebot i.icon.fa-mail-forward {
  background-color: #00b9ef !important; }

.select2-container--default {
  font-family: "Fira Sans Condensed", Arial, sans-serif !important; }

.select2-selection__choice__remove {
  float: right !important;
  margin-left: 4px !important;
  margin-right: 0px !important;
  color: white !important;
  margin-top: -1px;
  font-size: 16px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #00B9EF !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #94c11e !important;
  border: 1px solid #94c11e !important;
  border-radius: 0px !important;
  color: white;
  /*
	&:nth-child(1n + 3) {

		background-color: $infocolor !important;
		border: 1px solid $infocolor !important;
	}
	*/ }

.select2-search__field {
  margin-top: 7px !important; }

.suche .select2-search__field {
  margin-top: 5px !important; }

.select2-results__option[aria-selected=true] {
  display: none; }

.suchergebnisbox {
  position: relative; }
  .suchergebnisbox .suchergebnisboxcontent {
    min-height: 100px;
    margin-left: 150px;
    width: calc(100% - 180px);
    background: #f0f0f0; }
  .suchergebnisbox.instantbookable .suchergebnisboxcontent {
    width: calc(100% - 310px); }
  .suchergebnisbox .buttonboxbutton, .suchergebnisbox .buttonboxbutton2 {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 2px solid white;
    cursor: pointer;
    transition: background-color linear 150ms; }
    .suchergebnisbox .buttonboxbutton i, .suchergebnisbox .buttonboxbutton2 i {
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 6px);
      color: #fff; }
  .suchergebnisbox .suchergebnisboxcontentplaceholder {
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e3e3e3;
    line-height: 0; }
  .suchergebnisbox .buttonboxbutton2 {
    right: 30px; }
  .suchergebnisbox .buttonboxbutton.bginfo:hover, .suchergebnisbox .buttonboxbutton2.bginfo:hover {
    background-color: #00a5d6 !important; }
  .suchergebnisbox .buttonboxbutton.bgconfirmation:hover, .suchergebnisbox .buttonboxbutton2.bgconfirmation:hover {
    background-color: #83ab1b !important; }
  .suchergebnisbox .buttonboxbutton.disabled, .suchergebnisbox .buttonboxbutton2.disabled, .suchergebnisbox .buttonboxbutton.disabled:hover, .suchergebnisbox .buttonboxbutton2.disabled:hover {
    background-color: #ccc !important;
    cursor: default; }
  .suchergebnisbox .instantbookablebutton {
    right: 30px;
    /*
		width: 150px;
		height: 100%;
		position: absolute;
		top: 0px;
		border-left: 2px solid white;
		cursor: pointer;
		transition: background-color linear 150ms;
		background: $tertiarybuttonbgcolor;

		color:white;
		text-decoration: none;

		display: flex;
		align-items: center;
		justify-content: center;

		&:hover
		{
			background-color: darken($tertiarybuttonbgcolor, 5%) !important;
		}
		*/ }

.instantbookablebutton {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  height: 100%;
  border-left: 2px solid white;
  cursor: pointer;
  transition: background-color linear 150ms;
  background: #94c11e;
  color: white;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px; }
  .instantbookablebutton:hover {
    background-color: #83ab1b !important; }
  .instantbookablebutton.nichtmoeglich {
    background: #00b9ef; }
    .instantbookablebutton.nichtmoeglich:hover {
      background-color: #00a5d6 !important; }
  .instantbookablebutton.keinangebot {
    background: white;
    color: #00b9ef; }
    .instantbookablebutton.keinangebot:hover {
      background-color: white !important; }

.suchergebnisbox.info div.infobalken {
  width: 20px;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid white; }
  .suchergebnisbox.info div.infobalken div {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff; }
  .suchergebnisbox.info div.infobalken div.preferred {
    color: #3f3f3f; }
  .suchergebnisbox.info div.infobalken div.rahmenvertraege:hover {
    cursor: pointer; }

.suchergebnisbox.info .suchergebnisboxcontent {
  margin-left: 170px; }

.suchergebnisbox.info .suchergebnisboxcontentplaceholder {
  left: 20px; }

.suchergebnisbox.info a.favlink {
  left: 27px; }

.suchdetailstoggle:hover {
  color: #e4032e; }

i.icon.kodexkonform {
  background: #39822c; }

i.icon.vdr_business {
  background: #091b59;
  color: #d1d3d4; }

i.icon.vdr_conference {
  background: #d1d3d4;
  color: #091b59; }

i.icon.vdr_green {
  background: #008739;
  color: #9aca3c; }

i.icon.greensign {
  background-color: #95c11f;
  background-image: url(/img/greensign.svg);
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

i.icon.barrierefrei {
  background: #00b9ef;
  color: #FFFFFF; }

i.icon.hotelnotiz {
  background: #cc0000;
  color: #FFFFFF; }

.galerie {
  padding: 20px 10px 20px 20px; }
  .galerie .previewimagewrapper {
    padding-right: 5px;
    width: 225px;
    max-height: 445px;
    overflow: hidden; }
    .galerie .previewimagewrapper > .clearfix {
      min-width: 220px;
      overflow-y: auto;
      max-height: 450px; }
    .galerie .previewimagewrapper .imagespreview {
      margin-right: 5px;
      margin-bottom: 5px;
      max-width: 105px;
      width: calc(50% - 5px); }
  .galerie .imagewrapper {
    width: calc(100% - 230px);
    max-height: 453px;
    overflow: hidden; }
    .galerie .imagewrapper #imagesview {
      padding-top: 74%;
      content: ''; }
      .galerie .imagewrapper #imagesview > img, .galerie .imagewrapper #imagesview > video {
        position: absolute;
        top: 0; }
      .galerie .imagewrapper #imagesview > video {
        max-height: 453px; }

.placeholdercontentbox {
  width: calc(100% - 150px); }

#caltable {
  width: 100%; }
  #caltable th, #caltable td {
    border: 1px solid #ddd;
    width: 14%;
    padding: 5px; }
  #caltable th {
    background-color: #f0f0f0;
    font-weight: 400; }
  #caltable td {
    height: 100px; }
    #caltable td .dayheader {
      font-weight: 400; }
    #caltable td.today {
      background-color: #f0f0f0; }

table.blocktable td {
  border: 1px solid #ddd;
  padding: 5px;
  min-width: 30px;
  background: white; }

table.blocktable td.th {
  background-color: #f0f0f0;
  font-weight: 400;
  white-space: nowrap; }

table.blocktable td.tbody {
  transition: background-color 200ms linear; }

table.blocktable td.tbody.active {
  background: #cc0000; }

table.blocktable td.tbody:hover {
  cursor: pointer;
  background: #cc0000; }

#statistiktable {
  width: 80%; }
  #statistiktable th, #statistiktable td {
    border: 1px solid #ddd;
    width: 14%;
    padding: 5px; }
  #statistiktable td {
    text-align: center; }
  #statistiktable td.first {
    text-align: left; }
  #statistiktable th {
    background-color: #f0f0f0;
    font-weight: 400;
    vertical-align: middle; }

#header #headercontent.anbietersuche.search {
  background: #f8f8f8; }
  #header #headercontent.anbietersuche.search div.clearfix {
    max-width: 1180px; }
    #header #headercontent.anbietersuche.search div.clearfix div:first-child i {
      left: 25px !important; }
  #header #headercontent.anbietersuche.search i {
    position: relative;
    height: 0;
    float: left;
    left: 15px !important; }
  #header #headercontent.anbietersuche.search span.fa-stack {
    position: relative;
    height: 0;
    float: left;
    left: 15px !important; }
    #header #headercontent.anbietersuche.search span.fa-stack i {
      left: 0px !important; }
    #header #headercontent.anbietersuche.search span.fa-stack i:last-child {
      left: 6px !important;
      top: 25px; }
  #header #headercontent.anbietersuche.search input {
    padding-left: 50px;
    height: 59px;
    color: #8c8c8c; }
  #header #headercontent.anbietersuche.search select {
    padding-left: 50px;
    height: 59px;
    color: #8c8c8c; }

.anbieteradresssuche #ort {
  border-radius: 4px 0 0 4px;
  border-right: 0 none; }

.anbieteradresssuche #umkreis {
  border-radius: 0 4px 4px 0;
  border-left: 0 none; }

div.werbebanner img {
  max-width: 100%; }

a.favlink {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 10;
  color: white;
  transition: 250ms color, 250ms opacity, 250ms border-color, 250ms background-color;
  opacity: 0;
  border: 4px solid transparent;
  border-radius: 19px;
  background-color: transparent; }

a.favlink:hover {
  color: red;
  background-color: transparent;
  border: 4px solid transparent;
  border-radius: 19px; }

.suchergebnisbox:hover a.favlink {
  opacity: 1; }

.anbieterbewertung:hover {
  cursor: pointer; }

span.iconbadge {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 2px;
  padding-right: 3px;
  height: 18px;
  display: inline-block;
  background: #656565;
  color: #FFFFFF; }
  span.iconbadge i {
    margin-right: 3px;
    font-size: 11px;
    line-height: 18px;
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fff; }

span.iconbadge:hover {
  cursor: pointer; }

span.iconbadge.preferred:hover {
  cursor: default; }

#angebotpdf {
  background-color: #fff; }

#angebotcontent i.icon.fa-mail-reply {
  background: #94c11e !important; }

#angebotcontent i.icon.fa-mail-forward {
  background: #00b9ef !important; }

#angebotpdf .pdfheader h1.left {
  width: 75%; }

#angebotpdf .pdfheader div.right {
  width: 25%;
  height: 60px;
  max-height: 60px;
  max-width: 25%; }
  #angebotpdf .pdfheader div.right img {
    height: 100%;
    float: right; }

#angebotpdf .textcolorinfo {
  color: #3f3f3f !important; }

#angebotpdf .textcolorconfirmation {
  color: #3f3f3f !important; }

#angebotpdf .textcolorerror {
  color: #3f3f3f !important; }

.angebotrenderer .anfrageheader {
  background: #555 !important;
  text-transform: none;
  font-size: 14px; }
  .angebotrenderer .anfrageheader.p15-20 {
    padding: 10px 15px !important; }

.angebotrenderer .boxcontent {
  border-color: #555 !important; }

.angebotrenderer .borderbottom {
  border-color: #555; }

.angebotrenderer .box .borderbottom:last-child {
  border-width: 0px !important; }

div.preferredcontainer {
  display: flex;
  flex-wrap: wrap; }
  div.preferredcontainer .preferred {
    background-color: #eee;
    margin: 10px;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column; }
    div.preferredcontainer .preferred a.hotelimage {
      display: block;
      line-height: 0;
      height: 100px;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    div.preferredcontainer .preferred div.preferredcontent {
      border-top: 2px solid #fff;
      flex-grow: 1; }
    div.preferredcontainer .preferred div.preferredbutton a {
      display: block;
      text-align: center;
      vertical-align: middle;
      color: #3f3f3f;
      width: 100%;
      height: 45px;
      line-height: 45px;
      background-color: #FDC200;
      transition: 250ms background;
      font-weight: 400;
      font-size: 17px;
      border-top: 2px solid #fff; }
      div.preferredcontainer .preferred div.preferredbutton a i {
        margin-left: 10px; }
    div.preferredcontainer .preferred div.preferredbutton a:hover {
      text-decoration: none;
      background-color: #e4ae00; }
  @media only screen and (max-width: 960px) {
    div.preferredcontainer {
      flex-direction: column; }
      div.preferredcontainer .preferred {
        width: calc(100% - 20px); } }

#blogandadvertorialwrapper {
  display: none;
  opacity: 0; }

#blogandadvertorialwrapper.visible {
  display: block;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
  opacity: 1; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.blogandadvertorialcontainer {
  display: flex;
  flex-wrap: wrap; }
  .blogandadvertorialcontainer .blogandadvertorial {
    width: calc(50% - 20px);
    /*height: 100%;*/
    background-color: #DCDCDC;
    margin: 10px; }
    .blogandadvertorialcontainer .blogandadvertorial .headline {
      padding: 10px;
      background-color: #DCDCDC;
      border-bottom: 2px solid #ffffff;
      font-size: 12px; }
    .blogandadvertorialcontainer .blogandadvertorial .image a {
      display: block;
      line-height: 0;
      width: 100%;
      background-size: cover;
      background-position: center center; }
      .blogandadvertorialcontainer .blogandadvertorial .image a img {
        width: 100%; }
    .blogandadvertorialcontainer .blogandadvertorial .description {
      padding: 20px;
      border-top: 2px solid #ffffff;
      background-color: #DCDCDC;
      overflow: hidden;
      font-family: "Fira Sans Condensed", Arial, sans-serif; }
  .blogandadvertorialcontainer .blogandadvertorial:only-of-type {
    width: calc(100% - 20px); }
  @media only screen and (max-width: 960px) {
    .blogandadvertorialcontainer {
      flex-direction: column; }
      .blogandadvertorialcontainer .blogandadvertorial {
        width: calc(100% - 20px); } }

@media only screen and (max-width: 960px) {
  .galerie {
    padding: 20px; }
    .galerie .imagewrapper {
      float: none;
      width: 100%; }
    .galerie .previewimagewrapper {
      float: none;
      padding-left: 0;
      padding-top: 5px;
      width: 100%; }
      .galerie .previewimagewrapper > .clearfix {
        width: calc(100% + 5px);
        overflow: hidden; } }

#rechnungpostentabelle {
  width: 100%;
  max-width: 100%;
  /*
	tfoot
	{
		td
		{
			padding: 5px;
		}


		border-left: 1px solid $bgcolor;
		border-right: 1px solid $bgcolor;

		tr:last-of-type td
		{
			border-bottom: 1px solid $bgcolor;
		}
	}
	*/ }
  #rechnungpostentabelle td, #rechnungpostentabelle th {
    padding: 5px; }
  #rechnungpostentabelle .rechnungpostenleistung, #rechnungpostentabelle .rechnungpostenmwst, #rechnungpostentabelle .rechnungpostenanzahl, #rechnungpostentabelle .rechnungposteneinzelnetto, #rechnungpostentabelle .rechnungpostengesamtnetto, #rechnungpostentabelle .rechnungpostenoperationen {
    border: 1px solid #f0f0f0;
    /* Ansonsten #DDDDDD */ }
  #rechnungpostentabelle .rechnungpostenleistung {
    width: 30%; }
  #rechnungpostentabelle .rechnungpostenmwst, #rechnungpostentabelle .rechnungpostenanzahl {
    width: 7.5%; }
  #rechnungpostentabelle .rechnungpostenanzahl input {
    width: 100%; }
  #rechnungpostentabelle .rechnungposteneinzelnetto, #rechnungpostentabelle .rechnungpostengesamtnetto {
    width: 20%; }
  #rechnungpostentabelle .rechnungpostenoperationen {
    text-align: right;
    width: 5%; }

#anbieterrechnungpostentabelle {
  width: 100%;
  max-width: 100%;
  /*
	tfoot
	{
		td
		{
			padding: 5px;
		}


		border-left: 1px solid $bgcolor;
		border-right: 1px solid $bgcolor;

		tr:last-of-type td
		{
			border-bottom: 1px solid $bgcolor;
		}
	}
	*/ }
  #anbieterrechnungpostentabelle td, #anbieterrechnungpostentabelle th {
    padding: 5px; }
  #anbieterrechnungpostentabelle .rechnungpostenleistung, #anbieterrechnungpostentabelle .rechnungpostenmwst, #anbieterrechnungpostentabelle .rechnungpostenanzahl, #anbieterrechnungpostentabelle .rechnungposteneinzelnetto, #anbieterrechnungpostentabelle .rechnungpostengesamtnetto, #anbieterrechnungpostentabelle .rechnungpostenkommission, #anbieterrechnungpostentabelle .rechnungpostenselbstzahler, #anbieterrechnungpostentabelle .rechnungpostenoperationen {
    border: 1px solid #f0f0f0;
    /* Ansonsten #DDDDDD */ }
  #anbieterrechnungpostentabelle .rechnungpostenleistung {
    width: 30%; }
  #anbieterrechnungpostentabelle .rechnungpostenmwst, #anbieterrechnungpostentabelle .rechnungpostenanzahl {
    width: 7.5%; }
  #anbieterrechnungpostentabelle .rechnungpostenanzahl input {
    width: 100%; }
  #anbieterrechnungpostentabelle .rechnungposteneinzelnetto, #anbieterrechnungpostentabelle .rechnungpostengesamtnetto {
    width: 20%; }
  #anbieterrechnungpostentabelle .rechnungpostenoperationen {
    text-align: right;
    width: 5%; }

.rechnungbetragsuche #rechnungsbetrag_range {
  border-radius: 4px 0 0 4px;
  max-width: 100%;
  width: 100%; }

.rechnungbetragsuche #rechnungsbetrag {
  border-radius: 0 4px 4px 0; }

#header #headercontent.statistikheadercontent.search {
  /*
	& .iconbutton
	{
		padding-top: 0;
		padding-bottom: 0;
		/*font-size: 20px;

		i
		{
			position: static;
			font-size: inherit;
			color: inherit;
			top: 0;
			bottom: 0;
			cursor: auto;
			float: none;
			height: auto;

			padding-top: 21px;
			padding-bottom: 22px;
		}
	}*/
  /*

	input{
			font-size:20px;
			font-family: $fontStack;
			padding-left:65px;
			padding-top:15px;
			padding-bottom:15px;

			width:100%;
			height:auto;

			background: lighten($bgcolor, 3%);
			border:none;
			border-bottom: 1px solid white;
			transition: border-bottom linear 200ms;
			border-radius: 0;

			&:hover, &:focus
			{
				border-bottom: 1px solid #00B9EF;

			}
		}

		i {
			position:absolute;
			font-size:20px;
			color: lighten($color, 30%);
			top:17px;
			left:30px;
			cursor:pointer;

			&:hover
			{
				color: $secondarybuttonbgcolor;
			}
		}

	*/ }
  #header #headercontent.statistikheadercontent.search .clearfix {
    background: #f8f8f8; }
  #header #headercontent.statistikheadercontent.search i {
    position: relative;
    height: 0;
    float: left; }
  #header #headercontent.statistikheadercontent.search input {
    height: 59px; }
  #header #headercontent.statistikheadercontent.search .select2-selection {
    overflow: hidden;
    font-family: "Fira Sans", Arial, sans-serif;
    padding-left: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 59px;
    border-radius: 0;
    background: transparent;
    border: 0 none;
    border-bottom: 1px solid white;
    transition: border-bottom linear 200ms; }
    #header #headercontent.statistikheadercontent.search .select2-selection:hover, #header #headercontent.statistikheadercontent.search .select2-selection:focus {
      border-bottom: 1px solid #00B9EF; }
    #header #headercontent.statistikheadercontent.search .select2-selection .select2-search__field {
      height: auto;
      margin: 0 !important;
      border-bottom: 0;
      padding: 0;
      font-weight: 300 !important; }
    #header #headercontent.statistikheadercontent.search .select2-selection .select2-selection__choice {
      margin-top: 0; }

#statistiktabelle i.fa-sort-asc, #statistiktabelle i.fa-sort-desc {
  color: #94c11e; }

#statistiktabelle i.fa-times {
  color: #cc0000; }

.checkoutstep {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  background: #f0f0f0;
  color: #3f3f3f;
  display: block; }
  .checkoutstep.active {
    background: #00b9ef;
    color: white; }

a.checkoutstep {
  text-decoration: none; }
  a.checkoutstep:hover {
    background: #00b9ef;
    color: white; }

div.farbauswahl {
  display: flex;
  justify-content: space-between; }
  div.farbauswahl div {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border-width: 0px;
    transition: border-width 200ms linear;
    cursor: pointer; }
    div.farbauswahl div.bgconfirmation:hover {
      box-shadow: 0px 0px 2px 2px rgba(148, 193, 30, 0.3); }
    div.farbauswahl div.bginfo:hover {
      box-shadow: 0px 0px 2px 2px rgba(0, 185, 239, 0.3); }
    div.farbauswahl div.bgstar:hover {
      box-shadow: 0px 0px 2px 2px rgba(253, 194, 0, 0.3); }
    div.farbauswahl div.bgtertiary:hover {
      box-shadow: 0px 0px 2px 2px rgba(229, 0, 82, 0.3); }

div.copyinput {
  display: flex;
  width: 100%;
  align-items: stretch; }
  div.copyinput input {
    width: 100%;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    border-color: #ddd;
    color: #ccc; }
    div.copyinput input:focus {
      outline: 0; }
  div.copyinput a {
    font-family: "Fira Sans Condensed", Arial, sans-serif;
    background: #00b9ef;
    color: white;
    font-size: 14px;
    border: 1px solid #00b9ef;
    border-radius: 0px 4px 4px 0px;
    white-space: nowrap;
    padding: 5px 8px; }
    div.copyinput a:hover {
      text-decoration: none;
      background-color: #00a5d6; }
    div.copyinput a i {
      margin-right: 8px; }

.anbieter-channel-yield {
  display: flex;
  flex-wrap: wrap; }

.anbieter-channel-yield__spalte {
  width: 50%;
  min-width: 350px; }

.anbieter-channel-yield__preis {
  padding: 10px; }

.anbieterbewertunglike_active {
  background-color: #94c11e !important; }
  .anbieterbewertunglike_active #anbieterbewertunglikethumb {
    color: #ffffff !important; }

.anbieterbewertungdisslike_active {
  background-color: #cc0000 !important; }
  .anbieterbewertungdisslike_active #anbieterbewertungdisslikethumb {
    color: #ffffff !important; }

#anbieterbewertunglikeeditable {
  font-size: 49px; }
  #anbieterbewertunglikeeditable #anbieterbewertunglikethumb {
    color: #94c11e; }
  #anbieterbewertunglikeeditable:hover {
    background-color: #94c11e; }
    #anbieterbewertunglikeeditable:hover #anbieterbewertunglikethumb {
      color: #FFFFFF; }

#anbieterbewertunglike {
  font-size: 49px; }
  #anbieterbewertunglike #anbieterbewertunglikethumb {
    color: #94c11e; }

#anbieterbewertungdisslikeeditable {
  font-size: 49px; }
  #anbieterbewertungdisslikeeditable #anbieterbewertungdisslikethumb {
    color: #cc0000; }
  #anbieterbewertungdisslikeeditable:hover {
    background-color: #cc0000; }
    #anbieterbewertungdisslikeeditable:hover #anbieterbewertungdisslikethumb {
      color: #FFFFFF; }

#anbieterbewertungdisslike {
  font-size: 49px; }
  #anbieterbewertungdisslike #anbieterbewertungdisslikethumb {
    color: #cc0000; }

#anbieterbewertungtextinfo {
  width: calc(100% - 226px);
  align-self: center; }

#anbieterbewertunginfomapmarker {
  color: #e50052; }

#anbieterbewertunglink {
  color: #333333;
  text-decoration: none; }

#anbieterbewertungsterne {
  color: #333333;
  top: -4px; }

@media only screen and (max-width: 750px) {
  #anbieterbewertungueberschrift {
    font-size: 22px; }
  #anbieterbewertunggesamtinfo {
    padding: 15px 10px; }
  #anbieterbewertungtextinfo {
    width: calc(100% - 70px);
    padding-left: 15px !important;
    padding: 0px;
    align-self: initial; }
  #anbieterbewertungbild {
    width: 70px;
    height: 70px; }
  #anbieterbewertungname {
    line-height: 1; }
    #anbieterbewertungname #anbieterbewertunglink {
      font-size: 14px; }
    #anbieterbewertungname #anbieterbewertungsterne {
      font-size: 11px;
      top: -1px; }
  #anbieterbewertunginfomapmarker {
    display: none; }
  #anbieterbewertungort {
    font-size: 11px;
    color: #747474;
    margin-top: 10px; } }

.componentcss {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .componentcss html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .componentcss body {
    margin: 0; }
  .componentcss h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .componentcss hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .componentcss pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .componentcss a {
    background-color: transparent; }
  .componentcss abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .componentcss b,
  .componentcss strong {
    font-weight: bolder; }
  .componentcss code,
  .componentcss kbd,
  .componentcss samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .componentcss small {
    font-size: 80%; }
  .componentcss sub,
  .componentcss sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .componentcss sub {
    bottom: -0.25em; }
  .componentcss sup {
    top: -0.5em; }
  .componentcss img {
    border-style: none; }
  .componentcss button,
  .componentcss input,
  .componentcss optgroup,
  .componentcss select,
  .componentcss textarea {
    font-family: inherit;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .componentcss button,
  .componentcss input {
    /* 1 */
    overflow: visible; }
  .componentcss button,
  .componentcss select {
    /* 1 */ }
  .componentcss button,
  .componentcss [type="button"],
  .componentcss [type="reset"],
  .componentcss [type="submit"] {
    -webkit-appearance: button; }
  .componentcss button::-moz-focus-inner,
  .componentcss [type="button"]::-moz-focus-inner,
  .componentcss [type="reset"]::-moz-focus-inner,
  .componentcss [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .componentcss button:-moz-focusring,
  .componentcss [type="button"]:-moz-focusring,
  .componentcss [type="reset"]:-moz-focusring,
  .componentcss [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .componentcss fieldset {
    padding: 0.35em 0.75em 0.625em; }
  .componentcss legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  .componentcss progress {
    vertical-align: baseline; }
  .componentcss textarea {
    overflow: auto; }
  .componentcss [type="checkbox"],
  .componentcss [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .componentcss [type="number"]::-webkit-inner-spin-button,
  .componentcss [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .componentcss [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  .componentcss [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .componentcss ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .componentcss details {
    display: block; }
  .componentcss summary {
    display: list-item; }
  .componentcss template {
    display: none; }
  .componentcss [hidden] {
    display: none; }
  .componentcss input {
    font-weight: 400;
    background: transparent;
    border: 0px;
    padding: 6px 0 7px; }
  .componentcss textarea {
    font-weight: 400;
    background: initial;
    border: 0px;
    padding: 0; }
  .componentcss select {
    font-weight: 400;
    background: initial;
    border: 0px;
    padding: 6px 0 7px;
    max-width: unset;
    height: inherit;
    width: inherit; }
  .componentcss label {
    font-weight: 400; }
  .componentcss hr {
    height: 1px; }

.crmschlagwortchip {
  border: none;
  height: 22px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
  align-items: center;
  white-space: nowrap;
  border-radius: 16px;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  cursor: pointer; }
  .crmschlagwortchip * {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis; }

.crmschlagwortchipprimary {
  outline-color: white;
  background-color: white;
  text-decoration: none !important; }
  .crmschlagwortchipprimary:hover {
    outline-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .crmschlagwortchipprimary * {
    color: #cc0049; }

.crmschlagwortchipreverse {
  outline-color: #e0e0e0;
  background-color: #e0e0e0;
  text-decoration: none !important; }
  .crmschlagwortchipreverse:hover {
    outline-color: rgba(224, 224, 224, 0.7);
    background-color: rgba(224, 224, 224, 0.7); }
  .crmschlagwortchipreverse * {
    color: rgba(0, 0, 0, 0.87); }

/*
#pagewrapper
{
	min-height: calc(100% - 70px);
}
*/
